\usepackage{minitoc}
\chapter
command, at the point of the \minitoc
command. The \minitoc command may occur
anywhere inside a chapter. Of course, it is better
to put it at the beginning of the chapter, eventually
after some introductory material. But you can also decide
to put it at the end of the chapter. You should use the
same conventions in all chapters.
If you want to add the mini-table of contents for a chapter,
you must use the sequence given in Table
.mtc
N>,
where N> is the absolute chapter number.
``Absolute'' means that this number is unique,
and increasing from the first chapter.
The suffix is .mlf
N> for mini-lists of figures and
is .mlt
N> for mini-lists of tables.
(If you are under MS-DOS or any operating system with short
extensions to filenames, see Section ).
\section
command, at the point of the secttoc
command. The \secttoc command may occur
anywhere inside a section. Of course, it is better
to put it at the beginning of the section, eventually
after some introductory material. You should use the
same conventions in all sections.
If you want to add the section-level table of contents for a section,
you must use the sequence given in Table
.stc
N>,
where N> is the absolute section number.
The suffix is .slf
N> for section-level lists of figures and
is .slt
N> for section-level lists of tables.
(If you are under MS-DOS or any operating system with short
extensions to filenames, see Section ).
.ptc
N>,
where N> is the part number.
The suffix is .plf
N> for partial lists of figures and
is .plt
N> for partial lists of tables.
(If you are under MS-DOS or any operating system with short
extensions to filenames, see Section ).
\chapter*
and a
\addcontentsline{toc}{chapter}{...}
command to add something in the
table of contents, the numbering of minitoc files would be altered.
To avoid that problem, say
\addcontentsline{toc}{starchapter}{...}
You should not use \minitoc
in a \chapter*
.
Similar remarks apply to the part and section level.